[INFO] fetching crate pina_macros 0.8.0...
[INFO] fixing pina_macros-0.8.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate pina_macros 0.8.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate pina_macros 0.8.0
[INFO] finished tweaking crates.io crate pina_macros 0.8.0
[INFO] tweaked toml for crates.io crate pina_macros 0.8.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pina_macros 0.8.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pina_macros 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03
[INFO] running `Command { std: "docker" "start" "3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking darling_core v0.21.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking darling v0.21.3
[INFO] [stderr]     Checking pina_macros v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]   --> src/tests.rs:34:2
[INFO] [stdout]    |
[INFO] [stdout] 34 |     insta::assert_snapshot!("discriminator_u8_default", output);
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]   --> src/tests.rs:47:2
[INFO] [stdout]    |
[INFO] [stdout] 47 |     insta::assert_snapshot!("discriminator_u16_primitive", output);
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]   --> src/tests.rs:61:2
[INFO] [stdout]    |
[INFO] [stdout] 61 |     insta::assert_snapshot!("discriminator_u32_primitive", output);
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]   --> src/tests.rs:74:2
[INFO] [stdout]    |
[INFO] [stdout] 74 |     insta::assert_snapshot!("discriminator_u64_primitive", output);
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]   --> src/tests.rs:87:2
[INFO] [stdout]    |
[INFO] [stdout] 87 |     insta::assert_snapshot!("discriminator_final_attribute", output);
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]   --> src/tests.rs:99:2
[INFO] [stdout]    |
[INFO] [stdout] 99 |     insta::assert_snapshot!("discriminator_single_variant", output);
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:119:2
[INFO] [stdout]     |
[INFO] [stdout] 119 |     insta::assert_snapshot!("discriminator_many_variants", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:137:2
[INFO] [stdout]     |
[INFO] [stdout] 137 |     insta::assert_snapshot!("error_basic", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:150:2
[INFO] [stdout]     |
[INFO] [stdout] 150 |     insta::assert_snapshot!("error_final", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:172:2
[INFO] [stdout]     |
[INFO] [stdout] 172 |     insta::assert_snapshot!("error_many_variants", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:184:2
[INFO] [stdout]     |
[INFO] [stdout] 184 |     insta::assert_snapshot!("error_default_crate_path", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:201:2
[INFO] [stdout]     |
[INFO] [stdout] 201 |     insta::assert_snapshot!("account_basic", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:215:2
[INFO] [stdout]     |
[INFO] [stdout] 215 |     insta::assert_snapshot!("account_with_existing_derives", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:229:2
[INFO] [stdout]     |
[INFO] [stdout] 229 |     insta::assert_snapshot!("account_with_array_fields", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:244:2
[INFO] [stdout]     |
[INFO] [stdout] 244 |     insta::assert_snapshot!("account_with_pod_types", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:256:2
[INFO] [stdout]     |
[INFO] [stdout] 256 |     insta::assert_snapshot!("account_with_custom_variant", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:275:2
[INFO] [stdout]     |
[INFO] [stdout] 275 |     insta::assert_snapshot!("account_many_fields", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:289:2
[INFO] [stdout]     |
[INFO] [stdout] 289 |     insta::assert_snapshot!("instruction_minimal", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:304:2
[INFO] [stdout]     |
[INFO] [stdout] 304 |     insta::assert_snapshot!("instruction_many_fields", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:317:2
[INFO] [stdout]     |
[INFO] [stdout] 317 |     insta::assert_snapshot!("instruction_with_existing_derive", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:330:2
[INFO] [stdout]     |
[INFO] [stdout] 330 |     insta::assert_snapshot!("instruction_with_custom_variant", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:345:2
[INFO] [stdout]     |
[INFO] [stdout] 345 |     insta::assert_snapshot!("instruction_with_array_and_pod", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:363:2
[INFO] [stdout]     |
[INFO] [stdout] 363 |     insta::assert_snapshot!("event_basic", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:375:2
[INFO] [stdout]     |
[INFO] [stdout] 375 |     insta::assert_snapshot!("event_with_variant", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:385:2
[INFO] [stdout]     |
[INFO] [stdout] 385 |     insta::assert_snapshot!("event_minimal", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:399:2
[INFO] [stdout]     |
[INFO] [stdout] 399 |     insta::assert_snapshot!("event_with_existing_derive", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:417:2
[INFO] [stdout]     |
[INFO] [stdout] 417 |     insta::assert_snapshot!("accounts_derive_basic", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:433:2
[INFO] [stdout]     |
[INFO] [stdout] 433 |     insta::assert_snapshot!("accounts_derive_with_remaining", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:445:2
[INFO] [stdout]     |
[INFO] [stdout] 445 |     insta::assert_snapshot!("accounts_derive_single_field", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:465:2
[INFO] [stdout]     |
[INFO] [stdout] 465 |     insta::assert_snapshot!("accounts_derive_many_fields", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `insta` in this scope
[INFO] [stdout]    --> src/tests.rs:477:2
[INFO] [stdout]     |
[INFO] [stdout] 477 |     insta::assert_snapshot!("accounts_derive_default_crate", output);
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `insta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `prettyplease` in this scope
[INFO] [stdout]   --> src/tests.rs:15:2
[INFO] [stdout]    |
[INFO] [stdout] 15 |     prettyplease::unparse(&file)
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prettyplease`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `prettyplease`, use `cargo add prettyplease` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pina_macros` (lib test) due to 32 previous errors
[INFO] running `Command { std: "docker" "inspect" "3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03", kill_on_drop: false }`
[INFO] [stdout] 3a94bb5c4a4dc53ed74defcf408a8213ff02ecea94e7f8350b4035089e556f03
